home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Ocube.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  676b  |  16 lines

  1. #ifndef _OCUBE_H_
  2. #define _OCUBE_H_
  3.  
  4. enum
  5. {
  6.     PRIM_CUBE_LEN                                            = 1100, // VECTOR   - Side Length [>=0.0]
  7.     PRIM_CUBE_SEP                                         = 1101, // BOOL       - Seperate Surfaces [only evaluated if no fillet is specified]
  8.     PRIM_CUBE_SUBX                                        = 1102, // LONG     - X-Subdivision [>0]
  9.     PRIM_CUBE_SUBY                                        = 1103, // LONG     - Y-Subdivision [>0]
  10.     PRIM_CUBE_SUBZ                                        = 1104, // LONG     - Z-Subdivision [>0]
  11.     PRIM_CUBE_FRAD                                        = 1105, // REAL     - Fillet Radius [>=0.0; <=len.x/2; <=len.y/2; <=len.z/2]
  12.     PRIM_CUBE_SUBF                                        = 1106,    // LONG     - Fillet Subdivision [>0]
  13.     PRIM_CUBE_DOFILLET                                = 1107    // BOOL     - Enable Fillet
  14. };
  15.  
  16. #endif